Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #1263

Merged
merged 3 commits into from
Jan 26, 2025
Merged

Update all dependencies #1263

merged 3 commits into from
Jan 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest 692973e -> 11bd719
astral-sh/ruff-pre-commit repository minor v0.8.4 -> v0.9.3 age adoption passing confidence
django (changelog) dependency-groups patch ~=4.2.0 -> ~=5.1.5 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.3

v0.9.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.2

v0.9.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.1

v0.9.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.0

v0.8.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.6

v0.8.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.5


Configuration

📅 Schedule: Branch creation - "before 4am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 4, 2025 01:24
@renovate renovate bot added the PR type: dependencies 🤖 Contains only dependencies updates label Jan 4, 2025
@renovate renovate bot enabled auto-merge January 4, 2025 01:24
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 62579c0 to d966f44 Compare January 5, 2025 14:27
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jan 5, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies Update all dependencies Jan 19, 2025
Copy link
Contributor Author

renovate bot commented Jan 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package django
Using CPython 3.13.1 interpreter at: /opt/containerbase/tools/python/3.13.1/bin/python3
  × No solution found when resolving dependencies for split
  │ ((python_full_version == '3.9.*' and platform_machine != 'arm64') or
  │ (python_full_version == '3.9.*' and sys_platform != 'darwin')):
  ╰─▶ Because only the following versions of django{python_full_version <
      '3.10'} are available:
          django{python_full_version < '3.10'}<=5.1.5
          django{python_full_version < '3.10'}>5.2.dev0
      and the requested Python version (>=3.9) does not satisfy
      Python>=3.10, we can conclude that django{python_full_version <
      '3.10'}>=5.1.5,<5.2.dev0 cannot be used.
      And because procrastinate:django depends on django{python_full_version <
      '3.10'}>=5.1.5,<5.2.dev0 and your project requires procrastinate:django,
      we can conclude that your project's requirements are unsatisfiable.

      hint: `django` was requested with a pre-release marker (e.g.,
      django>5.1.5,<5.2.dev0), but pre-releases weren't enabled (try:
      `--prerelease=allow`)

Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

pyproject.toml Outdated
@@ -81,7 +81,7 @@ pg_implem = [
"psycopg[pool]; sys_platform == 'darwin' and platform_machine == 'arm64' and python_version < '3.10'",
]
django = [
"django~=4.2.0; python_version < '3.10'",
"django~=5.1.5; python_version < '3.10'",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, that's not gonna work :/

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the energy, but no :D

Copy link
Contributor Author

renovate bot commented Jan 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit e2c8843 into main Jan 26, 2025
13 checks passed
@renovate renovate bot deleted the renovate/all branch January 26, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR type: dependencies 🤖 Contains only dependencies updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant